home *** CD-ROM | disk | FTP | other *** search
/ L' Effet Pommier 3 / L'Effet Pommier - Volume 03.iso / HyperCard-SuperCard / reference / Reference Frame / card_3710.txt < prev    next >
Text File  |  1989-07-09  |  5KB  |  128 lines

  1. -- card: 3710 from stack: in
  2. -- bmap block id: 5129
  3. -- flags: 4000
  4. -- background id: 2889
  5. -- name: Information
  6.  
  7.  
  8. -- part 14 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=456 top=10 right=63 bottom=490
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close slow
  23.   go to card "Title"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 15 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=478 top=10 right=63 bottom=512
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   go to card "Options"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 19 (field)
  48. -- low flags: 01
  49. -- high flags: 2007
  50. -- rect: left=10 top=65 right=333 bottom=501
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 0
  54. -- font id: 3
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Information
  59.  
  60.  
  61. -- part 21 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=425 top=19 right=55 bottom=464
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 21060 / 21060
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Help
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   show card field "Help"
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 22 (field)
  81. -- low flags: 81
  82. -- high flags: 2007
  83. -- rect: left=10 top=65 right=333 bottom=501
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 3
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Help
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   hide card field "Help"
  95. end mouseUp
  96.  
  97.  
  98. -- part contents for card part 19
  99. ----- text -----
  100. Reference Frame is a HyperCard stack (actually, a set of stacks) which was designed to store information about technical papers.  The other stacks in the set are, the papers stack, the abstract stack, and the key-words stack.  Navigation through this stack (and the others) is provided by the arrow buttons in the upper-right-hand corner of the screen.  The next card is the options card, which is where one can start branching to the other stacks (the options card also contains various options and selections which can be selected by clicking on the appropriate button).
  101.  
  102. Before going to the options card, please take note of the icon with the question mark ("?"), also shown in the upper-right-hand corner of this screen.  This is the help button and is used to provide "on line" information about all of the buttons and fields in these stacks.  When the mouse is clicked on the help button, a new screen is shown.  Clicking on a button or field in the new screen activates the help window for that object.
  103.  
  104. As you go to the next card (the option card), you will notice other buttons in the grey strip along the top of the screen.   These are used to navigate to the stacks (or cards) named in the buttons.  The text which is highlighted in black at the upper-left corner of each card, is the name of card or stack in which you are currently located.
  105.  
  106. Please note that the option card is where output of a reference list is initiated.  The format of the reference list can be changed to fit virtually any style (including TeX output if desired).  The format can be changed by clicking on the "Format Output" button in the next card.
  107.  
  108. Reference Frame is provided for your use by:
  109.  
  110.                                          Craig E Rasmussen
  111.                                       Utah State University
  112.                                          Logan, Utah 84322
  113.                                            (801) 750-2967
  114.  
  115. All rights reserved.
  116.  
  117. These stacks may be freely copied and distributed as long as this card is left intact.  These stacks may not be sold or used for commercial purposes, without the express, written consent of the author.
  118.  
  119. There are several things about these stacks which have been customized for a select group of people.  You may wish to change some of these things to better fit your needs.  If you do, I highly recommend the book, The Complete HyperCard Handbook, by Danny Goodman.  If you want to make some changes, yet don't feel up to hacking scripts, feel free to contact the author.
  120.  
  121.  
  122. -- part contents for card part 22
  123. ----- text -----
  124.  
  125.  
  126. This is the help button, and in other cards, it is used to provide information about all of the buttons and fields in that card or stack.  When the mouse is clicked on this button, a new card is shown.  Clicking on a button or field in the new card activates the help window for that object.
  127.  
  128.    -- click the mouse anywhere in this window to close the window --